Revert incorrect doc fix from r110483
authorGlenn Morris <rgm@gnu.org>
Tue, 9 Oct 2012 16:30:12 +0000 (09:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 9 Oct 2012 16:30:12 +0000 (09:30 -0700)
lisp/ChangeLog
lisp/newcomment.el

index e65932a3af1bac4ba691468a0e491776efb1d102..7618f409f514d998c8a5b08fe5f98fe2c7eb08fa 100644 (file)
@@ -23,8 +23,6 @@
        * w32-fns.el (set-message-beep):
        * term/w32-win.el (set-message-beep): Update declarations.
 
-       * newcomment.el (comment-normalize-vars): Doc fix (presumably).
-
 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
index 4dc94b6bd6b27b554fb6d780d900c51b260b0944..6d2eed7194874142e957ddaa30ee11957f36bfac 100644 (file)
@@ -327,7 +327,7 @@ terminated by the end of line (i.e. `comment-end' is empty)."
 ;;;###autoload
 (defun comment-normalize-vars (&optional noerror)
   "Check and setup the variables needed by other commenting functions.
-Any command calling functions from newcomment.el, besides entry points, should
+Any command calling functions from newcomment.el, being entry points, should
 call this function before any other, so the rest of the code can assume that
 the variables are properly set."
   (unless (and (not comment-start) noerror)